From: Platonides Date: Sat, 21 Aug 2010 14:44:25 +0000 (+0000) Subject: Follow up r71289. $wgContLang is now unused. X-Git-Tag: 1.31.0-rc.0~35409 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=62b824b977ec2eec68794ab4efba6c00d7e79e57;p=lhc%2Fweb%2Fwiklou.git Follow up r71289. $wgContLang is now unused. --- diff --git a/includes/parser/Parser_LinkHooks.php b/includes/parser/Parser_LinkHooks.php index 48d702ed9f..893bf23db7 100644 --- a/includes/parser/Parser_LinkHooks.php +++ b/includes/parser/Parser_LinkHooks.php @@ -111,8 +111,6 @@ class Parser_LinkHooks extends Parser * @private */ function replaceInternalLinks2( &$s ) { - global $wgContLang; - wfProfileIn( __METHOD__ ); wfProfileIn( __METHOD__.'-setup' );